\(\int \frac {(d+e x)^n}{x (a+c x^2)} \, dx\) [368]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [F]
   Fricas [F]
   Sympy [F]
   Maxima [F]
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 20, antiderivative size = 207 \[ \int \frac {(d+e x)^n}{x \left (a+c x^2\right )} \, dx=\frac {\sqrt {c} (d+e x)^{1+n} \operatorname {Hypergeometric2F1}\left (1,1+n,2+n,\frac {\sqrt {c} (d+e x)}{\sqrt {c} d-\sqrt {-a} e}\right )}{2 a \left (\sqrt {c} d-\sqrt {-a} e\right ) (1+n)}+\frac {\sqrt {c} (d+e x)^{1+n} \operatorname {Hypergeometric2F1}\left (1,1+n,2+n,\frac {\sqrt {c} (d+e x)}{\sqrt {c} d+\sqrt {-a} e}\right )}{2 a \left (\sqrt {c} d+\sqrt {-a} e\right ) (1+n)}-\frac {(d+e x)^{1+n} \operatorname {Hypergeometric2F1}\left (1,1+n,2+n,1+\frac {e x}{d}\right )}{a d (1+n)} \]

[Out]

-(e*x+d)^(1+n)*hypergeom([1, 1+n],[2+n],1+e*x/d)/a/d/(1+n)+1/2*(e*x+d)^(1+n)*hypergeom([1, 1+n],[2+n],(e*x+d)*
c^(1/2)/(-e*(-a)^(1/2)+d*c^(1/2)))*c^(1/2)/a/(1+n)/(-e*(-a)^(1/2)+d*c^(1/2))+1/2*(e*x+d)^(1+n)*hypergeom([1, 1
+n],[2+n],(e*x+d)*c^(1/2)/(e*(-a)^(1/2)+d*c^(1/2)))*c^(1/2)/a/(1+n)/(e*(-a)^(1/2)+d*c^(1/2))

Rubi [A] (verified)

Time = 0.12 (sec) , antiderivative size = 207, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {975, 67, 845, 70} \[ \int \frac {(d+e x)^n}{x \left (a+c x^2\right )} \, dx=\frac {\sqrt {c} (d+e x)^{n+1} \operatorname {Hypergeometric2F1}\left (1,n+1,n+2,\frac {\sqrt {c} (d+e x)}{\sqrt {c} d-\sqrt {-a} e}\right )}{2 a (n+1) \left (\sqrt {c} d-\sqrt {-a} e\right )}+\frac {\sqrt {c} (d+e x)^{n+1} \operatorname {Hypergeometric2F1}\left (1,n+1,n+2,\frac {\sqrt {c} (d+e x)}{\sqrt {c} d+\sqrt {-a} e}\right )}{2 a (n+1) \left (\sqrt {-a} e+\sqrt {c} d\right )}-\frac {(d+e x)^{n+1} \operatorname {Hypergeometric2F1}\left (1,n+1,n+2,\frac {e x}{d}+1\right )}{a d (n+1)} \]

[In]

Int[(d + e*x)^n/(x*(a + c*x^2)),x]

[Out]

(Sqrt[c]*(d + e*x)^(1 + n)*Hypergeometric2F1[1, 1 + n, 2 + n, (Sqrt[c]*(d + e*x))/(Sqrt[c]*d - Sqrt[-a]*e)])/(
2*a*(Sqrt[c]*d - Sqrt[-a]*e)*(1 + n)) + (Sqrt[c]*(d + e*x)^(1 + n)*Hypergeometric2F1[1, 1 + n, 2 + n, (Sqrt[c]
*(d + e*x))/(Sqrt[c]*d + Sqrt[-a]*e)])/(2*a*(Sqrt[c]*d + Sqrt[-a]*e)*(1 + n)) - ((d + e*x)^(1 + n)*Hypergeomet
ric2F1[1, 1 + n, 2 + n, 1 + (e*x)/d])/(a*d*(1 + n))

Rule 67

Int[((b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((c + d*x)^(n + 1)/(d*(n + 1)*(-d/(b*c))^m))
*Hypergeometric2F1[-m, n + 1, n + 2, 1 + d*(x/c)], x] /; FreeQ[{b, c, d, m, n}, x] &&  !IntegerQ[n] && (Intege
rQ[m] || GtQ[-d/(b*c), 0])

Rule 70

Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[(b*c - a*d)^n*((a + b*x)^(m + 1)/(b^(
n + 1)*(m + 1)))*Hypergeometric2F1[-n, m + 1, m + 2, (-d)*((a + b*x)/(b*c - a*d))], x] /; FreeQ[{a, b, c, d, m
}, x] && NeQ[b*c - a*d, 0] &&  !IntegerQ[m] && IntegerQ[n]

Rule 845

Int[(((d_.) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_)))/((a_) + (c_.)*(x_)^2), x_Symbol] :> Int[ExpandIntegrand[(
d + e*x)^m, (f + g*x)/(a + c*x^2), x], x] /; FreeQ[{a, c, d, e, f, g}, x] && NeQ[c*d^2 + a*e^2, 0] &&  !Ration
alQ[m]

Rule 975

Int[((d_.) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_))^(n_)*((a_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[ExpandIn
tegrand[(d + e*x)^m*(f + g*x)^n*(a + c*x^2)^p, x], x] /; FreeQ[{a, c, d, e, f, g}, x] && NeQ[e*f - d*g, 0] &&
NeQ[c*d^2 + a*e^2, 0] && (IntegerQ[p] || (ILtQ[m, 0] && ILtQ[n, 0])) &&  !(IGtQ[m, 0] || IGtQ[n, 0])

Rubi steps \begin{align*} \text {integral}& = \int \left (\frac {(d+e x)^n}{a x}-\frac {c x (d+e x)^n}{a \left (a+c x^2\right )}\right ) \, dx \\ & = \frac {\int \frac {(d+e x)^n}{x} \, dx}{a}-\frac {c \int \frac {x (d+e x)^n}{a+c x^2} \, dx}{a} \\ & = -\frac {(d+e x)^{1+n} \, _2F_1\left (1,1+n;2+n;1+\frac {e x}{d}\right )}{a d (1+n)}-\frac {c \int \left (-\frac {(d+e x)^n}{2 \sqrt {c} \left (\sqrt {-a}-\sqrt {c} x\right )}+\frac {(d+e x)^n}{2 \sqrt {c} \left (\sqrt {-a}+\sqrt {c} x\right )}\right ) \, dx}{a} \\ & = -\frac {(d+e x)^{1+n} \, _2F_1\left (1,1+n;2+n;1+\frac {e x}{d}\right )}{a d (1+n)}+\frac {\sqrt {c} \int \frac {(d+e x)^n}{\sqrt {-a}-\sqrt {c} x} \, dx}{2 a}-\frac {\sqrt {c} \int \frac {(d+e x)^n}{\sqrt {-a}+\sqrt {c} x} \, dx}{2 a} \\ & = \frac {\sqrt {c} (d+e x)^{1+n} \, _2F_1\left (1,1+n;2+n;\frac {\sqrt {c} (d+e x)}{\sqrt {c} d-\sqrt {-a} e}\right )}{2 a \left (\sqrt {c} d-\sqrt {-a} e\right ) (1+n)}+\frac {\sqrt {c} (d+e x)^{1+n} \, _2F_1\left (1,1+n;2+n;\frac {\sqrt {c} (d+e x)}{\sqrt {c} d+\sqrt {-a} e}\right )}{2 a \left (\sqrt {c} d+\sqrt {-a} e\right ) (1+n)}-\frac {(d+e x)^{1+n} \, _2F_1\left (1,1+n;2+n;1+\frac {e x}{d}\right )}{a d (1+n)} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.15 (sec) , antiderivative size = 189, normalized size of antiderivative = 0.91 \[ \int \frac {(d+e x)^n}{x \left (a+c x^2\right )} \, dx=\frac {(d+e x)^{1+n} \left (\left (c d^2+\sqrt {-a} \sqrt {c} d e\right ) \operatorname {Hypergeometric2F1}\left (1,1+n,2+n,\frac {\sqrt {c} (d+e x)}{\sqrt {c} d-\sqrt {-a} e}\right )+\left (c d^2-\sqrt {-a} \sqrt {c} d e\right ) \operatorname {Hypergeometric2F1}\left (1,1+n,2+n,\frac {\sqrt {c} (d+e x)}{\sqrt {c} d+\sqrt {-a} e}\right )-2 \left (c d^2+a e^2\right ) \operatorname {Hypergeometric2F1}\left (1,1+n,2+n,1+\frac {e x}{d}\right )\right )}{2 a d \left (c d^2+a e^2\right ) (1+n)} \]

[In]

Integrate[(d + e*x)^n/(x*(a + c*x^2)),x]

[Out]

((d + e*x)^(1 + n)*((c*d^2 + Sqrt[-a]*Sqrt[c]*d*e)*Hypergeometric2F1[1, 1 + n, 2 + n, (Sqrt[c]*(d + e*x))/(Sqr
t[c]*d - Sqrt[-a]*e)] + (c*d^2 - Sqrt[-a]*Sqrt[c]*d*e)*Hypergeometric2F1[1, 1 + n, 2 + n, (Sqrt[c]*(d + e*x))/
(Sqrt[c]*d + Sqrt[-a]*e)] - 2*(c*d^2 + a*e^2)*Hypergeometric2F1[1, 1 + n, 2 + n, 1 + (e*x)/d]))/(2*a*d*(c*d^2
+ a*e^2)*(1 + n))

Maple [F]

\[\int \frac {\left (e x +d \right )^{n}}{x \left (c \,x^{2}+a \right )}d x\]

[In]

int((e*x+d)^n/x/(c*x^2+a),x)

[Out]

int((e*x+d)^n/x/(c*x^2+a),x)

Fricas [F]

\[ \int \frac {(d+e x)^n}{x \left (a+c x^2\right )} \, dx=\int { \frac {{\left (e x + d\right )}^{n}}{{\left (c x^{2} + a\right )} x} \,d x } \]

[In]

integrate((e*x+d)^n/x/(c*x^2+a),x, algorithm="fricas")

[Out]

integral((e*x + d)^n/(c*x^3 + a*x), x)

Sympy [F]

\[ \int \frac {(d+e x)^n}{x \left (a+c x^2\right )} \, dx=\int \frac {\left (d + e x\right )^{n}}{x \left (a + c x^{2}\right )}\, dx \]

[In]

integrate((e*x+d)**n/x/(c*x**2+a),x)

[Out]

Integral((d + e*x)**n/(x*(a + c*x**2)), x)

Maxima [F]

\[ \int \frac {(d+e x)^n}{x \left (a+c x^2\right )} \, dx=\int { \frac {{\left (e x + d\right )}^{n}}{{\left (c x^{2} + a\right )} x} \,d x } \]

[In]

integrate((e*x+d)^n/x/(c*x^2+a),x, algorithm="maxima")

[Out]

integrate((e*x + d)^n/((c*x^2 + a)*x), x)

Giac [F]

\[ \int \frac {(d+e x)^n}{x \left (a+c x^2\right )} \, dx=\int { \frac {{\left (e x + d\right )}^{n}}{{\left (c x^{2} + a\right )} x} \,d x } \]

[In]

integrate((e*x+d)^n/x/(c*x^2+a),x, algorithm="giac")

[Out]

integrate((e*x + d)^n/((c*x^2 + a)*x), x)

Mupad [F(-1)]

Timed out. \[ \int \frac {(d+e x)^n}{x \left (a+c x^2\right )} \, dx=\int \frac {{\left (d+e\,x\right )}^n}{x\,\left (c\,x^2+a\right )} \,d x \]

[In]

int((d + e*x)^n/(x*(a + c*x^2)),x)

[Out]

int((d + e*x)^n/(x*(a + c*x^2)), x)